home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / fdg1.dir / 00141.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  109 b   |  8 lines

  1. on exitFrame
  2.   if the volume of sound 2 < 2 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.